home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2001 #13 / CD 13 (Black) - 2001.iso / Tools / AddRemove / ADRMPRO2.EXE / addrempr.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Encoding:
Text File  |  2000-04-10  |  19.9 KB  |  614 lines

  1. object Form1: TForm1
  2.   Left = 159
  3.   Top = 82
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderStyle = bsSingle
  7.   Caption = 'Add/Remove Pro v.2.04'
  8.   ClientHeight = 414
  9.   ClientWidth = 536
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OnShow = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label5: TLabel
  20.     Left = -24
  21.     Top = 352
  22.     Width = 553
  23.     Height = 10
  24.     Alignment = taRightJustify
  25.     AutoSize = False
  26.     Caption = 
  27.       '∩┐╜ Copyright 1999 by Ray Geide - All Rights Reserved - www.superw' +
  28.       'in.com'
  29.     Font.Charset = ANSI_CHARSET
  30.     Font.Color = clWindowText
  31.     Font.Height = -8
  32.     Font.Name = 'Small Fonts'
  33.     Font.Style = []
  34.     ParentFont = False
  35.   end
  36.   object Button1: TButton
  37.     Left = 312
  38.     Top = 192
  39.     Width = 105
  40.     Height = 25
  41.     Hint = 'Uninstalls the Selected Program'
  42.     Caption = '&Uninstall Program'
  43.     Enabled = False
  44.     ParentShowHint = False
  45.     ShowHint = True
  46.     TabOrder = 0
  47.     OnClick = Button1Click
  48.   end
  49.   object Button2: TButton
  50.     Left = 424
  51.     Top = 192
  52.     Width = 105
  53.     Height = 25
  54.     Hint = 
  55.       'Removes the Selected Entry from Windows'#39' Add/Remove Programs lis' +
  56.       't'
  57.     Caption = '&Remove Entry'
  58.     Enabled = False
  59.     ParentShowHint = False
  60.     ShowHint = True
  61.     TabOrder = 1
  62.     OnClick = Button2Click
  63.   end
  64.   object Panel1: TPanel
  65.     Left = 0
  66.     Top = 365
  67.     Width = 536
  68.     Height = 49
  69.     Align = alBottom
  70.     BevelOuter = bvLowered
  71.     Color = clWhite
  72.     TabOrder = 2
  73.     object Label6: TLabel
  74.       Left = 48
  75.       Top = 3
  76.       Width = 73
  77.       Height = 45
  78.       AutoSize = False
  79.       Caption = 'This is Freeware Produced by Super Win Software'
  80.       Font.Charset = ANSI_CHARSET
  81.       Font.Color = clWindowText
  82.       Font.Height = -9
  83.       Font.Name = 'Small Fonts'
  84.       Font.Style = []
  85.       ParentFont = False
  86.       Transparent = True
  87.       WordWrap = True
  88.     end
  89.     object Image1: TImage
  90.       Left = 8
  91.       Top = 4
  92.       Width = 38
  93.       Height = 42
  94.       AutoSize = True
  95.       Picture.Data = {<image001.bmp>}
  96.       Transparent = True
  97.     end
  98.     object Label7: TLabel
  99.       Left = 120
  100.       Top = 3
  101.       Width = 409
  102.       Height = 20
  103.       Alignment = taCenter
  104.       AutoSize = False
  105.       Caption = 'Protect Yourself from Windows 95/98 Crashes'
  106.       Font.Charset = ANSI_CHARSET
  107.       Font.Color = clBlue
  108.       Font.Height = -16
  109.       Font.Name = 'Arial'
  110.       Font.Style = [fsBold, fsItalic]
  111.       ParentFont = False
  112.       Transparent = True
  113.       WordWrap = True
  114.     end
  115.     object Label8: TLabel
  116.       Left = 120
  117.       Top = 20
  118.       Width = 409
  119.       Height = 25
  120.       Cursor = crHandPoint
  121.       Hint = 'Click to go to www.superwin.com for more information'
  122.       Alignment = taCenter
  123.       AutoSize = False
  124.       Caption = 
  125.         'Don'#39't spend days recovering from a Windows crash, restore in min' +
  126.         'utes with WinRescue.  Click here for more information.'
  127.       Font.Charset = ANSI_CHARSET
  128.       Font.Color = clWindowText
  129.       Font.Height = -11
  130.       Font.Name = 'MS Sans Serif'
  131.       Font.Style = []
  132.       ParentFont = False
  133.       ParentShowHint = False
  134.       ShowHint = True
  135.       Transparent = True
  136.       WordWrap = True
  137.       OnClick = Label8Click
  138.     end
  139.   end
  140.   object ListView1: TListView
  141.     Left = 8
  142.     Top = 8
  143.     Width = 521
  144.     Height = 177
  145.     ColumnClick = False
  146.     OnClick = ListView1Click
  147.     Columns = <
  148.       item
  149.         Caption = 'Status - Display Name'
  150.         Width = 6
  151.         WidthType = (
  152.           -1)
  153.       end
  154.       item
  155.         Caption = 'Key Name'
  156.         Width = 12
  157.         WidthType = (
  158.           -1)
  159.       end
  160.       item
  161.         Caption = 'Uninstall String'
  162.         Width = 12
  163.         WidthType = (
  164.           -1)
  165.       end>
  166.     ReadOnly = True
  167.     RowSelect = True
  168.     OnMouseDown = ListBox1MouseDown
  169.     SortType = stText
  170.     TabOrder = 3
  171.     ViewStyle = vsReport
  172.     OnKeyDown = ListBox1KeyDown
  173.     SmallImages = ImageList1
  174.   end
  175.   object PageControl1: TPageControl
  176.     Left = 8
  177.     Top = 219
  178.     Width = 521
  179.     Height = 129
  180.     ActivePage = TabSheet3
  181.     TabOrder = 4
  182.     object TabSheet3: TTabSheet
  183.       Caption = 'Introduction'
  184.       object Label4: TLabel
  185.         Left = 232
  186.         Top = 80
  187.         Width = 273
  188.         Height = 13
  189.         AutoSize = False
  190.         Caption = '- Ray Geide, author of Add/Remove Pro'
  191.       end
  192.       object Memo1: TMemo
  193.         Left = 8
  194.         Top = 8
  195.         Width = 497
  196.         Height = 73
  197.         BorderStyle = bsNone
  198.         Lines.Strings = (
  199.           
  200.             '    Maybe no one is like me, but you should see my Windows Add/R' +
  201.             'emove Programs list.  It is full of '
  202.           
  203.             'broken links.  The only way to remove them is to open up the Reg' +
  204.             'istry and try to figure out where the '
  205.           
  206.             'Uninstall entries are.  I'#39'm too lazy to do this more than once a' +
  207.             ' year, so I wrote Add/Remove Pro.'
  208.           
  209.             '    Just run Add/Remove Pro and it will show you which links are' +
  210.             ' bad.  Press the Remove Entry button to '
  211.           
  212.             'remove the entry.  If you would like to uninstall a program, pre' +
  213.             'ss the Uninstall Program button.')
  214.         ParentColor = True
  215.         TabOrder = 0
  216.       end
  217.     end
  218.     object TabSheet5: TTabSheet
  219.       Caption = 'Accuracy'
  220.       object Label9: TLabel
  221.         Left = 8
  222.         Top = 4
  223.         Width = 497
  224.         Height = 41
  225.         AutoSize = False
  226.         Caption = 
  227.           '   The icons to the left of each entry above indicate whether an' +
  228.           ' entry is good or not (see Icons).  Because of differences in un' +
  229.           'install programs some Uninstall Strings are impossible to check ' +
  230.           'correctly.  This is why I have included the Finder.'
  231.         WordWrap = True
  232.       end
  233.       object Label14: TLabel
  234.         Left = 8
  235.         Top = 44
  236.         Width = 497
  237.         Height = 33
  238.         AutoSize = False
  239.         Caption = 
  240.           '   Use the Finder to check for the existance of files in the Uni' +
  241.           'nstall String.  If a file does not exist, then you can assume th' +
  242.           'at the Entry is bad and may be removed.'
  243.         WordWrap = True
  244.       end
  245.       object Label15: TLabel
  246.         Left = 8
  247.         Top = 71
  248.         Width = 497
  249.         Height = 26
  250.         AutoSize = False
  251.         Caption = 
  252.           '   If you accidently remove a good link, you can restore the ent' +
  253.           'ire Add/Remove Programs section from the Backups section.'
  254.         WordWrap = True
  255.       end
  256.     end
  257.     object TabSheet2: TTabSheet
  258.       Caption = 'Status'
  259.       object Image2: TImage
  260.         Left = 8
  261.         Top = 22
  262.         Width = 17
  263.         Height = 17
  264.         Picture.Data = {<image002.bmp>}
  265.       end
  266.       object Image3: TImage
  267.         Left = 8
  268.         Top = 76
  269.         Width = 17
  270.         Height = 17
  271.         Picture.Data = {<image003.bmp>}
  272.       end
  273.       object Image4: TImage
  274.         Left = 8
  275.         Top = 49
  276.         Width = 17
  277.         Height = 17
  278.         Picture.Data = {<image004.bmp>}
  279.       end
  280.       object Label10: TLabel
  281.         Left = 8
  282.         Top = 4
  283.         Width = 497
  284.         Height = 13
  285.         Alignment = taCenter
  286.         AutoSize = False
  287.         Caption = 'To the left of each entry above is one of the icons below.'
  288.         Font.Charset = DEFAULT_CHARSET
  289.         Font.Color = clWindowText
  290.         Font.Height = -11
  291.         Font.Name = 'MS Sans Serif'
  292.         Font.Style = [fsBold]
  293.         ParentFont = False
  294.       end
  295.       object Label11: TLabel
  296.         Left = 32
  297.         Top = 20
  298.         Width = 473
  299.         Height = 27
  300.         AutoSize = False
  301.         Caption = 
  302.           'Good Link - files in the uninstall string were found.  If you wa' +
  303.           'nt to uninstall this program, press the Uninstall Program button' +
  304.           '.'
  305.         WordWrap = True
  306.       end
  307.       object Label12: TLabel
  308.         Left = 32
  309.         Top = 47
  310.         Width = 473
  311.         Height = 27
  312.         AutoSize = False
  313.         Caption = 
  314.           'Missing Disk - the uninstall string points to an unfound file on' +
  315.           ' a removable diskette.  It is possible that the correct diskette' +
  316.           ' or zip disk is not inserted.'
  317.         WordWrap = True
  318.       end
  319.       object Label13: TLabel
  320.         Left = 32
  321.         Top = 74
  322.         Width = 473
  323.         Height = 33
  324.         AutoSize = False
  325.         Caption = 
  326.           'Broken Link - a file in the uninstall string could not be found.' +
  327.           '  Sometimes I am wrong, so please use the checker to check the s' +
  328.           'tring.  To remove the entry press the Remove Entry button.'
  329.         WordWrap = True
  330.       end
  331.     end
  332.     object TabSheet1: TTabSheet
  333.       Caption = 'Finder'
  334.       object Label3: TLabel
  335.         Left = 16
  336.         Top = 4
  337.         Width = 489
  338.         Height = 13
  339.         AutoSize = False
  340.         Caption = 
  341.           'Use this Finder to see if a file in the uninstall string exists ' +
  342.           'on your computer.'
  343.       end
  344.       object TLabel
  345.         Left = 16
  346.         Top = 32
  347.         Width = 3
  348.         Height = 13
  349.       end
  350.       object Label1: TLabel
  351.         Left = 16
  352.         Top = 28
  353.         Width = 73
  354.         Height = 13
  355.         Caption = 'Uninstall String:'
  356.       end
  357.       object Edit1: TEdit
  358.         Left = 96
  359.         Top = 25
  360.         Width = 409
  361.         Height = 21
  362.         ReadOnly = True
  363.         TabOrder = 0
  364.         OnClick = EditChange
  365.       end
  366.       object Button3: TButton
  367.         Left = 320
  368.         Top = 77
  369.         Width = 65
  370.         Height = 21
  371.         Caption = '&Find'
  372.         TabOrder = 1
  373.         OnClick = Button3Click
  374.       end
  375.       object Panel3: TPanel
  376.         Left = 400
  377.         Top = 54
  378.         Width = 105
  379.         Height = 42
  380.         BevelOuter = bvLowered
  381.         Caption = 'Result'
  382.         TabOrder = 2
  383.       end
  384.       object Edit2: TEdit
  385.         Left = 16
  386.         Top = 76
  387.         Width = 305
  388.         Height = 21
  389.         TabOrder = 3
  390.       end
  391.       object Button5: TButton
  392.         Left = 32
  393.         Top = 54
  394.         Width = 337
  395.         Height = 17
  396.         Caption = 
  397.           'Paste Highlighted Text from Uninstall String to the Text Box bel' +
  398.           'ow'
  399.         TabOrder = 4
  400.         OnClick = Button5Click
  401.       end
  402.     end
  403.     object TabSheet4: TTabSheet
  404.       Caption = 'Backups'
  405.       object Label2: TLabel
  406.         Left = 8
  407.         Top = 8
  408.         Width = 305
  409.         Height = 41
  410.         Alignment = taCenter
  411.         AutoSize = False
  412.         Caption = 
  413.           'When the Remove Entry button is pushed, Add/Remove Pro will make' +
  414.           ' a backup first before removing the entry.  Select a backup from' +
  415.           ' this list and press the Restore button to restore that entry.'
  416.         WordWrap = True
  417.       end
  418.       object Label17: TLabel
  419.         Left = 8
  420.         Top = 54
  421.         Width = 305
  422.         Height = 41
  423.         Alignment = taCenter
  424.         AutoSize = False
  425.         Caption = 
  426.           'This version will not restore backups from previous versions.  T' +
  427.           'o restore previous version backups, double click on them in Wind' +
  428.           'ows Explorer.'
  429.         WordWrap = True
  430.       end
  431.       object ListBox1: TListBox
  432.         Left = 326
  433.         Top = 6
  434.         Width = 179
  435.         Height = 73
  436.         ItemHeight = 13
  437.         TabOrder = 0
  438.         OnClick = ListBox1Click
  439.         OnDblClick = Button6Click
  440.       end
  441.       object Button6: TButton
  442.         Left = 327
  443.         Top = 79
  444.         Width = 89
  445.         Height = 17
  446.         Caption = '&Restore'
  447.         TabOrder = 1
  448.         OnClick = Button6Click
  449.       end
  450.       object Button7: TButton
  451.         Left = 416
  452.         Top = 79
  453.         Width = 89
  454.         Height = 17
  455.         Caption = '&Delete File'
  456.         TabOrder = 2
  457.         OnClick = Button7Click
  458.       end
  459.     end
  460.     object TabSheet6: TTabSheet
  461.       Caption = 'All Entries'
  462.       object Label16: TLabel
  463.         Left = 8
  464.         Top = 8
  465.         Width = 177
  466.         Height = 65
  467.         Alignment = taCenter
  468.         AutoSize = False
  469.         Caption = 
  470.           'Not all entries in the Add/Remove list are shown above because s' +
  471.           'ome entries should not be removed.  Here is a list of all entrie' +
  472.           's.  Use the button to delete entries.'
  473.         WordWrap = True
  474.       end
  475.       object ListBox2: TListBox
  476.         Left = 192
  477.         Top = 0
  478.         Width = 313
  479.         Height = 97
  480.         ItemHeight = 13
  481.         Sorted = True
  482.         TabOrder = 0
  483.       end
  484.       object Button8: TButton
  485.         Left = 16
  486.         Top = 80
  487.         Width = 161
  488.         Height = 17
  489.         Caption = '&Delete an entry >>'
  490.         TabOrder = 1
  491.         OnClick = Button8Click
  492.       end
  493.     end
  494.   end
  495.   object Button4: TButton
  496.     Left = 8
  497.     Top = 192
  498.     Width = 75
  499.     Height = 17
  500.     Caption = 'Refresh &List'
  501.     TabOrder = 5
  502.     OnClick = Button4Click
  503.   end
  504.   object ImageList1: TImageList
  505.     Left = 152
  506.     Top = 184
  507.     Bitmap = {
  508.       360C000003000000424D360C0000000000003600000028000000300000001000
  509.       00000100200000000000000C0000000000000000000000000000000000000000
  510.       0000000000000000000000000000000000000000000000000000000000000000
  511.       0000000000000000000000000000000000000000000000000000000000000000
  512.       0000000000000000000000000000000000000000000000000000000000000000
  513.       0000000000000000000000000000000000000000000000000000000000000000
  514.       0000000000000000000000000000000000000000000000000000000000000000
  515.       0000000000000000000000000000000000000000000000000000000000000000
  516.       0000000000000000000000007F00000000000000000000000000000000000000
  517.       000000000000000000000000000000007F000000000000000000000000000000
  518.       000000000000000000000000000000000000007F0000007F0000007F0000007F
  519.       0000007F0000007F000000000000000000000000000000000000000000000000
  520.       0000000000000000000000000000000000000000000000000000000000000000
  521.       0000000000000000000000000000000000000000000000000000000000000000
  522.       00000000000000007F000000FF0000007F000000000000000000000000000000
  523.       0000000000000000000000007F000000FF0000007F0000000000000000000000
  524.       0000000000000000000000000000007F000000FF000000FF000000FF000000FF
  525.       000000FF000000FF0000007F0000000000000000000000000000000000000000
  526.       0000007F7F00007F7F00007F7F00007F7F00007F7F00007F7F00007F7F00007F
  527.       7F00007F7F00007F7F00007F7F00007F7F00007F7F00007F7F00000000000000
  528.       000000007F000000FF000000FF000000FF0000007F0000000000000000000000
  529.       00000000000000007F000000FF000000FF000000FF0000007F00000000000000
  530.       00000000000000000000007F000000FF000000FF000000FF000000FF000000FF
  531.       000000FF000000FF000000FF0000007F00000000000000000000000000000000
  532.       0000007F7F00007F7F00007F7F0000FFFF0000FFFF0000FFFF0000FFFF0000FF
  533.       FF0000FFFF0000FFFF0000FFFF00007F7F00007F7F00007F7F00000000000000
  534.       00000000000000007F000000FF000000FF000000FF0000007F00000000000000
  535.       000000007F000000FF000000FF000000FF0000007F0000000000000000000000
  536.       000000000000007F000000FF000000FF000000FF000000FF000000FF000000FF
  537.       000000FF000000FF000000FF000000FF0000007F000000000000000000000000
  538.       0000007F7F00007F7F00007F7F0000FFFF00007F7F00007F7F0000FFFF0000FF
  539.       FF0000FFFF0000FFFF0000FFFF00007F7F00007F7F00007F7F00000000000000
  540.       0000000000000000000000007F000000FF000000FF000000FF0000007F000000
  541.       7F000000FF000000FF000000FF0000007F000000000000000000000000000000
  542.       0000007F000000FF000000FF000000FF000000FF000000FF000000FF000000FF
  543.       000000FF000000FF000000FF000000FF000000FF0000007F0000000000000000
  544.       0000007F7F00007F7F00007F7F0000FFFF00007F7F00007F7F0000FFFF0000FF
  545.       FF0000FFFF0000FFFF0000FFFF00007F7F00007F7F00007F7F00000000000000
  546.       000000000000000000000000000000007F000000FF000000FF000000FF000000
  547.       FF000000FF000000FF0000007F00000000000000000000000000000000000000
  548.       0000007F000000FF000000FF000000FF000000FF000000FF000000FF000000FF
  549.       000000FF000000FF000000FF000000FF000000FF0000007F0000000000000000
  550.       0000007F7F00007F7F00007F7F0000FFFF0000FFFF0000FFFF0000FFFF0000FF
  551.       FF0000FFFF0000FFFF0000FFFF00007F7F00007F7F00007F7F00000000000000
  552.       00000000000000000000000000000000000000007F000000FF000000FF000000
  553.       FF000000FF0000007F0000000000000000000000000000000000000000000000
  554.       0000007F000000FF000000FF000000FF000000FF000000FF000000FF000000FF
  555.       000000FF000000FF000000FF000000FF000000FF0000007F0000000000000000
  556.       0000007F7F00007F7F00007F7F00007F7F00007F7F00007F7F00007F7F00007F
  557.       7F00007F7F00007F7F00007F7F00007F7F00007F7F00007F7F00000000000000
  558.       00000000000000000000000000000000000000007F000000FF000000FF000000
  559.       FF000000FF0000007F0000000000000000000000000000000000000000000000
  560.       0000007F000000FF000000FF000000FF000000FF000000FF000000FF000000FF
  561.       000000FF000000FF000000FF000000FF000000FF0000007F0000000000000000
  562.       0000007F7F00007F7F0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FF
  563.       FF0000FFFF0000FFFF0000FFFF0000FFFF00007F7F00007F7F00000000000000
  564.       000000000000000000000000000000007F000000FF000000FF000000FF000000
  565.       FF000000FF000000FF0000007F00000000000000000000000000000000000000
  566.       0000007F000000FF000000FF000000FF000000FF000000FF000000FF000000FF
  567.       000000FF000000FF000000FF000000FF000000FF0000007F0000000000000000
  568.       0000007F7F00007F7F0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FF
  569.       FF0000FFFF0000FFFF0000FFFF0000FFFF00007F7F00007F7F00000000000000
  570.       0000000000000000000000007F000000FF000000FF000000FF0000007F000000
  571.       7F000000FF000000FF000000FF0000007F000000000000000000000000000000
  572.       0000007F000000FF000000FF000000FF000000FF000000FF000000FF000000FF
  573.       000000FF000000FF000000FF000000FF000000FF0000007F0000000000000000
  574.       0000007F7F00007F7F0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FF
  575.       FF0000FFFF0000FFFF0000FFFF0000FFFF00007F7F00007F7F00000000000000
  576.       00000000000000007F000000FF000000FF000000FF0000007F00000000000000
  577.       000000007F000000FF000000FF000000FF0000007F0000000000000000000000
  578.       000000000000007F000000FF000000FF000000FF000000FF000000FF000000FF
  579.       000000FF000000FF000000FF000000FF0000007F000000000000000000000000
  580.       0000007F7F00007F7F0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FF
  581.       FF0000FFFF0000FFFF0000FFFF0000FFFF00007F7F00007F7F00000000000000
  582.       000000007F000000FF000000FF000000FF0000007F0000000000000000000000
  583.       00000000000000007F000000FF000000FF000000FF0000007F00000000000000
  584.       00000000000000000000007F000000FF000000FF000000FF000000FF000000FF
  585.       000000FF000000FF000000FF0000007F00000000000000000000000000000000
  586.       0000007F7F00007F7F0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FF
  587.       FF0000FFFF0000FFFF0000FFFF0000FFFF00007F7F00007F7F00000000000000
  588.       00000000000000007F000000FF0000007F000000000000000000000000000000
  589.       0000000000000000000000007F000000FF0000007F0000000000000000000000
  590.       0000000000000000000000000000007F000000FF000000FF000000FF000000FF
  591.       000000FF000000FF0000007F0000000000000000000000000000000000000000
  592.       0000007F7F00007F7F0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FF
  593.       FF0000FFFF0000FFFF0000FFFF0000FFFF00007F7F00007F7F00000000000000
  594.       0000000000000000000000007F00000000000000000000000000000000000000
  595.       000000000000000000000000000000007F000000000000000000000000000000
  596.       000000000000000000000000000000000000007F0000007F0000007F0000007F
  597.       0000007F0000007F000000000000000000000000000000000000000000000000
  598.       0000007F7F00007F7F00007F7F00007F7F00007F7F00007F7F00007F7F00007F
  599.       7F00007F7F00007F7F00007F7F00007F7F00007F7F00007F7F00000000000000
  600.       0000000000000000000000000000000000000000000000000000000000000000
  601.       0000000000000000000000000000000000000000000000000000000000000000
  602.       0000000000000000000000000000000000000000000000000000000000000000
  603.       0000000000000000000000000000000000000000000000000000000000000000
  604.       0000000000000000000000000000000000000000000000000000000000000000
  605.       000000000000000000000000000000000000000000000000000000000000424D
  606.       BE000000000000003E0000002800000030000000100000000100010000000000
  607.       800000000000000000000000020000000000000000000000FFFFFF00FFFFFFFF
  608.       FFFFBD81EFF7F81FFFFFC200C7E3F00F8001C20083C1E0078001C200C183C003
  609.       8001C200E00780018001C200F00F80018001C200F81F80018001C200F81F8001
  610.       8001C200F00F80018001C200E00780018001C200C183C0038001C20083C1E007
  611.       8001C200C7E3F00F80010000EFF7F81F8001C200FFFFFFFFFFFFC200}
  612.   end
  613. end
  614.